※提醒您,Ember.js是採用1.7.0版本,內文解說僅為心得非正確答案。
《 如何做頁面切換 》
【範例】
http://jsbin.com/sepaze/edit?html,js,output
【解析】
this.route($route)
一般路由;$route是路由名稱,假設$route設定為"add"。
this.resource($route, function(){this.route($sub_route)})
巢狀路由;$route為路由名稱,可設子項目,假設$route設定為"add",$sub_route設定為"content"。